From 160dbd5c93089e2a19970fe2850b0bdadbf11736 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 14 May 2007 17:50:17 +0000 Subject: [PATCH] Do not package twice libospf #1688 git-svn-id: https://svn.openwrt.org/openwrt@7230 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 21cb357..6ac455b 100644 --- a/Makefile +++ b/Makefile @@ -192,8 +192,6 @@ define Package/quagga-isisd/install endef define Package/quagga-ospfd/install - $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libospf.so.* $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_INSTALL_DIR)/usr/sbin/ospfd $(1)/usr/sbin/ endef -- 2.30.2